Fixes two warnings when opening the inspector on my PinePhone, these two
files were attempted to be loaded as PNG (as per the extension) instead
of SVG.
Signed-off-by: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
+++ /dev/null
-<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16">
- <path d="M3 7h10v2H3z" style="marker:none" color="#bebebe" overflow="visible" fill="#474747"/>
-</svg>
--- /dev/null
+<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16">
+ <path d="M3 7h10v2H3z" style="marker:none" color="#bebebe" overflow="visible" fill="#474747"/>
+</svg>
+++ /dev/null
-<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16">
- <path d="M7 3v4H3v2h4v4h2V9h4V7H9V3z" style="marker:none" color="#bebebe" overflow="visible" fill="#474747"/>
-</svg>
--- /dev/null
+<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16">
+ <path d="M7 3v4H3v2h4v4h2V9h4V7H9V3z" style="marker:none" color="#bebebe" overflow="visible" fill="#474747"/>
+</svg>